Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 35b517e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Knip - Unused Code Analysis⚪ 0 change in total issues (240 on main → 240 on PR)
What is this?Knip finds unused files, dependencies, and exports in your codebase. Run |
PR Review
|
E2E Test Results✅ All tests passed • 100 passed • 3 skipped • 977s
Tests ran across 4 shards in parallel. |
e39e4b7 to
93059ca
Compare
fc203a3 to
b170c22
Compare
b170c22 to
5422d25
Compare
5422d25 to
5a41a1b
Compare
5a41a1b to
c8fe7a7
Compare
c8fe7a7 to
35b517e
Compare
Summary
This PR introduces a new dashboards listing page, which lists the available dashboards. Each individual dashboard is no longer listed in the sidebar. The new listing page supports searching by name and filtering by tag. This PR is a continuation of @elizabetdev's #1805, with some changes, additional tests, and refactorings.
This page does client-side sort and filter. There is no server-side pagination, filtering, or sorting. That is left as a future improvement, should it become necessary.
Screenshots or video
How to test locally or on Vercel
The listing page can be tested in vercel preview.
References